inspector: Fix quick-fix
authorBenjamin Otte <otte@redhat.com>
Tue, 15 Dec 2015 00:14:57 +0000 (01:14 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 15 Dec 2015 00:15:51 +0000 (01:15 +0100)
commit26d536a69bb1f4ba5faa5563817161c1ed370295
tree85726aca28ba46b1c784b78f716b96a4c4ab3652
parentf6606c4f6f7fc1b078978caf7e35cf1c8e69e6e7
inspector: Fix quick-fix

Constructing GtkCssStyleChange objects without styles is forbidden, so
don't do it. Instead untangle the callback from the actual update
function and call that untangled function directly.
gtk/inspector/css-node-tree.c